home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / Light Sleeper / Headers / Light Sleeper.h < prev   
Encoding:
C/C++ Source or Header  |  2001-06-23  |  558 b   |  24 lines

  1. #define    rMenuBar    128
  2.  
  3. #define    mApple        128
  4. #define    mFile        129
  5.  
  6. #define    iAbout        1
  7.  
  8. #define    iQuit        1
  9.  
  10. void InitializeToolbox( void );
  11. void DrawMenubar( void );
  12. void EventOnce( void );
  13. void DrawMenubar( void );
  14. void SetUpMainWindow( void );
  15. void HandleUpdate( EventRecord theEvent );
  16. void HandleMouseDown( EventRecord *eventPtr );
  17. void HandleAppleChoice( short item );
  18. void HandleFileChoice( short item );
  19. void HandleKeyDown( EventRecord theEvent );
  20. void HandleMenuChoice( long theChoice );
  21. void AboutDialog( void );
  22.  
  23. Boolean        done = false;
  24. WindowPtr    mainWindow;